PDF Plugin for Xojo

PDFDocument.LastErrorNumber Property (console safe)

Returns the last error number that occurred, or zero if no error.

LastErrorNumber as UInt32 {Read}

Remarks

Note this number does not get cleared unless you call the ClearError method.

Its not required that you clear it though since we automatically clear the internal error, while leaving this external error number for the Xojo developer to peek at.

This property is deprecated, you should consider updating your project to use the new exception handing.

See Also

PDFDocument Class